# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Build artifacts
dist
build
coverage
*.tsbuildinfo

# IDE and editor files
.vscode
.idea
*.swp
*.swo
*~

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Git
.git
.gitignore

# Docker
Dockerfile*
.dockerignore

# Documentation
README.md
docs/

# Testing
jest.config.js
*.test.ts
*.spec.ts
test/
tests/
__tests__/

# Development tools
.prettierrc
.eslintrc.js
nodemon.json